home *** CD-ROM | disk | FTP | other *** search
- JumpBackControl = {
- ACTIONS = {
- appDidInit:;
- showPrefPanel:;
- loadPredefined:;
- appWillTerminate:;
- preferencesChanged:;
- newUnrelatedTool:;
- selectPredefined:;
- newDragController:;
- showInfoPanel:;
- };
- OUTLETS = {
- infoPanel;
- pairingsMenu;
- prefPanel;
- versionField;
- };
- SUPERCLASS = Object;
- };
- RdistControl = {
- ACTIONS = {
- appDidInit:;
- showPrefPanel:;
- showHelpPanel:;
- changePathPrefer:;
- changeMethodPrefer:;
- abortBackup:;
- showInfoPanel:;
- startBackup:;
- };
- OUTLETS = {
- theWindow;
- methodPreference;
- destinationText;
- infoPanel;
- rdistObj;
- sourceDragView;
- helpPanel;
- pruneList;
- sourceText;
- logText;
- destinationDragView;
- prefPanel;
- pathPreference;
- backupButton;
- };
- SUPERCLASS = Object;
- };
- Subprocess = {
- ACTIONS = {
- terminate:;
- };
- OUTLETS = {
- delegate;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- DragViewDelegate = {
- ACTIONS = {
- };
- OUTLETS = {
- };
- SUPERCLASS = Object;
- };
- DragView = {
- ACTIONS = {
- acceptProposedIcon:;
- clearCurrentIcon:;
- showIcon:;
- abortProposedIcon:;
- showNoIcon:;
- };
- OUTLETS = {
- delegate;
- };
- SUPERCLASS = View;
- };
-